ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FinancialSeries<T> Class / ChartType Property

In This Topic
    ChartType Property (FinancialSeries<T>)
    In This Topic
    Gets or sets the type of financial chart to create.
    Syntax
    'Declaration
     
    
    Public Property ChartType As Nullable(Of ChartType)
    public Nullable<ChartType> ChartType {get; set;}
    See Also